home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TSCCOPDIALOG / TSCCOPDIALOG.txt
Text File  |  2008-11-03  |  2KB  |  81 lines

  1. inherited SccOpDialog: TSccOpDialog
  2.   Left = 476
  3.   Top = 548
  4.   BorderStyle = bsSizeable
  5.   Caption = '%'
  6.   ClientHeight = 249
  7.   ClientWidth = 497
  8.   Constraints.MinHeight = 139
  9.   Constraints.MinWidth = 441
  10.   OnClose = FormClose
  11.   OnCreate = FormCreate
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object CommentLbl: TUiLabel
  16.     Left = 8
  17.     Top = 8
  18.     Height = 13
  19.     Caption = 'Comments:'
  20.     FocusControl = CommentEdit
  21.   end
  22.   object CommentEdit: TUiMemo
  23.     Left = 8
  24.     Top = 21
  25.     Width = 481
  26.     Height = 188
  27.     Anchors = [akLeft, akTop, akRight, akBottom]
  28.     TabOrder = 0
  29.   end
  30.   object BottomPanel: TUiPanel
  31.     Left = 0
  32.     Top = 209
  33.     Width = 497
  34.     Height = 40
  35.     Align = alBottom
  36.     BevelOuter = bvNone
  37.     TabOrder = 1
  38.     SizeGripper = True
  39.     DesignSize = (
  40.       497
  41.       40)
  42.     object KeepCheckedOutEdit: TUiCheckBox
  43.       Left = 8
  44.       Top = 7
  45.       Height = 17
  46.       Caption = '&Keep files checked out'
  47.       TabOrder = 0
  48.     end
  49.     object OkBtn: TUiButton
  50.       Left = 255
  51.       Top = 9
  52.       Anchors = [akTop, akRight]
  53.       Caption = '%'
  54.       Default = True
  55.       ModalResult = 1
  56.       TabOrder = 1
  57.       AutoSize = asRight
  58.     end
  59.     object CancelBtn: TUiButton
  60.       Left = 335
  61.       Top = 9
  62.       Anchors = [akTop, akRight]
  63.       Cancel = True
  64.       Caption = 'Cancel'
  65.       ModalResult = 2
  66.       TabOrder = 2
  67.       AutoSize = asRight
  68.     end
  69.     object AdvancedBtn: TUiButton
  70.       Left = 415
  71.       Top = 9
  72.       Width = 74
  73.       Anchors = [akTop, akRight]
  74.       Caption = '&Advanced...'
  75.       TabOrder = 3
  76.       OnClick = AdvancedClick
  77.       AutoSize = asRight
  78.     end
  79.   end
  80. end
  81.